From: Juanma Barranquero Date: Tue, 24 Feb 2009 11:53:33 +0000 (+0000) Subject: * w32-vars.el (w32-system-shells): Doc fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~1575 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=4cbe61ba2991c82db7008292826c427418e5fe5f;p=emacs.git * w32-vars.el (w32-system-shells): Doc fix. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d5b836b0fb7..4d946d146e0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2009-02-24 Juanma Barranquero + * w32-vars.el (w32-system-shells): Doc fix. + * image.el (image-load-path-for-library, insert-sliced-image): Fix typos in docstrings. diff --git a/lisp/w32-vars.el b/lisp/w32-vars.el index dd4f8cfd7c7..97a8758c46d 100644 --- a/lisp/w32-vars.el +++ b/lisp/w32-vars.el @@ -53,7 +53,7 @@ X does. See `w32-fixed-font-alist' for the font menu definition." (defcustom w32-system-shells '("cmd" "cmd.exe" "command" "command.com" "4nt" "4nt.exe" "4dos" "4dos.exe" "tcc" "tcc.exe" "ndos" "ndos.exe") - "List of strings recognized as Windows NT/9X system shells." + "List of strings recognized as Windows system shells." :type '(repeat string) :group 'w32)